home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / shared.dir / 00383_SET UP HERE.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  836 b   |  25 lines

  1. on setUpDemo
  2.   global gResellerVersion, gAutoDelay, gIntroTimeOut, gInteractiveTimeout, gOEMTimeout, gResellerTimeout, gDialogTimeout, gCDROMversion, gLastAudio, gAudioPath, gNoHelp, gUseAVI, gSectionAnimationSpeed, gSwapResExit, gNextKey, gBackKey, gMenuKey, gRestartKey, gExitKey
  3.   set gResellerVersion to 0
  4.   set gCDROMversion to 1
  5.   set gAutoDelay to 4
  6.   set gIntroTimeOut to 30 * 60
  7.   set gOEMTimeout to 90 * 60
  8.   set gResellerTimeout to 60 * 60
  9.   set gDialogTimeout to 90 * 60
  10.   set gSectionAnimationSpeed to 0
  11.   set gNoHelp to 0
  12.   set gUseAVI to 0
  13.   set gSwapResExit to 1
  14.   if the machineType = 256 then
  15.     set gAudioPath to the pathName & "AUDIO\"
  16.   else
  17.     set gAudioPath to the pathName & "AUDIO:"
  18.   end if
  19.   set gNextKey to "n"
  20.   set gBackKey to "b"
  21.   set gMenuKey to "m"
  22.   set gRestartKey to "r"
  23.   set gExitKey to "e"
  24. end
  25.